AD
(version F1.5)
--------------- Written by Mark Qian ---------------
Description:
Ad is a JAVA appelt written by Mark Qian. It displays an user-specified
scrolling window with sound. Images are switch in a variety of styles
(15 styles) in a user-specified period. Each user-specified image can be
assigned an URL so that Ad open the URL when the corresponding image is
clicked. It plays a user-specified sound(an au file) when mouse cursor
moves over the applet area.
PARAMETERS:
RegistrationCode - Code that enable following features
speed - the speed of animation.
animatemode -0 images are always scrolled.
1 images are scrolled only when mouse cursor within AD
2 stop scrolling when mouse cursor within AD
peroid - The period between scrolling
withURL - Set to 1 if you like to open an URL when clicking at a image.
Otherwise, you can set it to 0 and ignore on_click parameters.
imgname - the names of image files.
dir - the subdirectory where image files reside
nimgs - number of images used for animation.
audiofile - the audio file that should reside in
the directory where the applet resides.
on_click1 ...
on_clickn - The URLs to be opened when corresponding image is clicked
image1...
imagen - Images to be displayed by AD
Please follow instructions in Mark's Page to install this applet
Running Applet:
Please drop Mark a EMail if it works. Otherwise...
Troubleshooting:
If you see an error "Applet can't start: class ad not found"
or "Applet can't start: class ad got a security violation: method verification error"
in the status bar, that means that you didn't RENAME those class
files correctly. Their correct names are: ad.class and loadimage.class
(Please reopen your browser after you correct names of class files).
If you get error message other than that, read the instructions for installation in readme.txt
or please go to mark's home page
for detail instructions of installation and troubleshooting.